home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / fadas.swf / scripts / DefineButton2_111 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-07-06  |  117 b   |  8 lines

  1. on(release){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.stopDrag();
  5.       _root.matchCheck(this);
  6.    }
  7. }
  8.